- executeFixit
void executeFixit(Environment env, string[] tidyArgs, Result result_)
Run clang-tidy with to fix the code.
- executeParallel
void executeParallel(Environment env, string[] tidyArgs, Result result_)
Undocumented in source. Be warned that the author may not have intended to support it.
- isCodeCheckerConfig
bool isCodeCheckerConfig(AbsolutePath fname)
Undocumented in source. Be warned that the author may not have intended to support it.
- runClangTidy
auto runClangTidy(string[] tidy_args, AbsolutePath[] fname)
Undocumented in source. Be warned that the author may not have intended to support it.
- taskTidy
void taskTidy(Tid owner, TidyWork* work_)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeClangTidyConfig
void writeClangTidyConfig(AbsolutePath baseConf, Config conf)
Undocumented in source. Be warned that the author may not have intended to support it.